Cuminas DjVu SDK for .NET Framework
DoZoneAndOCR(Byte[],Int32,Int32,Int32,PixelType,Int32,OcrSettings) Method



Syntax
Public Overloads Function DoZoneAndOCR( _
   ByVal image() As Byte, _
   ByVal stride As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal pixelType As PixelType, _
   ByVal dpi As Integer, _
   ByVal ocrSettings As OcrSettings _
) As Zone
Dim instance As OcrEngine
Dim image() As Byte
Dim stride As Integer
Dim width As Integer
Dim height As Integer
Dim pixelType As PixelType
Dim dpi As Integer
Dim ocrSettings As OcrSettings
Dim value As Zone
 
value = instance.DoZoneAndOCR(image, stride, width, height, pixelType, dpi, ocrSettings)

Parameters

image
stride
width
height
pixelType
dpi
ocrSettings
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

OcrEngine Class
OcrEngine Members
Overload List

Send Feedback